home *** CD-ROM | disk | FTP | other *** search
/ Art Fundamentals - Core Concepts in Art / Art Fundamentals: Core Concepts in Art.iso / pc / shape_2.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  2001-07-16  |  408 b   |  12 lines

  1. on mouseUp
  2.   set the memberNum of sprite 51 to member("level4")
  3.   set the memberNum of sprite 43 to member("med circle")
  4.   set the memberNum of sprite 44 to member("med circle")
  5.   set the memberNum of sprite 45 to member("med circle")
  6.   set the memberNum of sprite 46 to member("light circle")
  7.   set the memberNum of sprite 47 to member("med circle")
  8.   rollit(43, 45)
  9.   unrollit(46, 46)
  10.   rollit(47, 47)
  11. end
  12.